home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / script.lzh / script_0.4 / script.fd < prev    next >
Text File  |  1996-12-17  |  378b  |  15 lines

  1. ##base _ScriptBase
  2. ##bias 30
  3. *
  4. *   script.fd --- script library interface.
  5. *
  6. Script_SetRexxVar(msg,name,value)(a0,a1,a2)
  7. Script_GetRexxVar(msg,name,value)(a0,a1,a2)
  8. Script_AllocContext()()
  9. Script_FreeContext(sc)(a0)
  10. Script_SetMsgContext(msg,sc)(a0,a1)
  11. Script_GetMsgContext(msg)(a0)
  12. Script_SetStringVar(sc,name,value)(a0,a1,a2)
  13. Script_GetStringVar(sc,name,value)(a0,a1,a2)
  14. ##end
  15.